home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / hud_ammo_thompson.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.3 KB  |  120 lines

  1. //menu "hud_ammo_Thompson" 256 151 NONE 1
  2. menu "hud_ammo_Thompson" 261 263 NONE 1
  3. bgcolor 0 0 0 0
  4. fgcolor 1 1 1 1
  5. align right bottom
  6.  
  7. //==================================================
  8. // Ammo Clip Bullets Bar
  9.  
  10. // back one, shifted down and to the right
  11. resource
  12. Label
  13. {
  14. name "clipbulletse"
  15. ////rect 216 7 16 128
  16. //rect 216 7 24 128
  17. rect 213 8 32 240
  18. fgcolor 1.00 1.00 1.00 1.00
  19. bgcolor 0.50 0.50 0.50 0.00
  20. borderstyle "NONE"
  21. statbar vertical_stagger_even
  22. playerstat 6 // clip ammo
  23. maxplayerstat 7 // max clip ammo
  24. //statbar_shader textures/hud/clip_thompson
  25. statbar_tileshader textures/hud/clip_pistol
  26. }
  27.  
  28. // this is the front one, and should be shifted up and to the left
  29. resource
  30. Label
  31. {
  32. name "clipbulletso"
  33. ////rect 213 3 16 128
  34. //rect 213 3 24 128
  35. rect 209 0 32 240
  36. fgcolor 0.50 0.50 0.50 1.00
  37. bgcolor 0.50 0.50 0.50 0.00
  38. borderstyle "NONE"
  39. statbar vertical_stagger_odd
  40. playerstat 6 // clip ammo
  41. maxplayerstat 7 // max clip ammo
  42. //statbar_tileshader textures/hud/clip_thompson
  43. statbar_tileshader textures/hud/clip_pistol
  44. }
  45.  
  46. //==================================================
  47. // Ammo Count Seperator
  48.  
  49. resource
  50. Label
  51. {
  52. name "ammoseperator"
  53. title "|"
  54. //rect 160 117 8 18
  55. rect 160 229 8 18
  56. fgcolor 0.70 0.60 0.05 1.00
  57. bgcolor 0.50 0.50 0.50 0.00
  58. borderstyle "NONE"
  59. textalign centerx
  60. font facfont-20
  61. outlinedtext 1
  62. }
  63.  
  64. //==================================================
  65. // Total Ammo Count
  66.  
  67. resource
  68. Label
  69. {
  70. name "ammocount"
  71. //rect 168 117 32 18
  72. rect 168 229 32 18
  73. fgcolor 0.70 0.60 0.05 1.00
  74. bgcolor 0.50 0.50 0.50 0.00
  75. borderstyle "NONE"
  76. playerstat 4 // ammo
  77. textalign left
  78. font facfont-20
  79. outlinedtext 1
  80. }
  81.  
  82. //==================================================
  83. // Ammo Clip Count
  84.  
  85. resource
  86. Label
  87. {
  88. name "clipcount"
  89. //rect 128 117 32 18
  90. rect 128 229 32 18
  91. fgcolor 0.70 0.60 0.05 1.00
  92. bgcolor 0.50 0.50 0.50 0.00
  93. borderstyle "NONE"
  94. playerstat 6 // clip ammo
  95. textalign right
  96. font facfont-20
  97. outlinedtext 1
  98. }
  99.  
  100. //==================================================
  101. // Weapon Name Display
  102.  
  103. resource
  104. Label
  105. {
  106. name "weaponname"
  107. //rect 0 95 200 22
  108. rect 0 207 200 22
  109. fgcolor 0.70 0.60 0.05 1.00
  110. bgcolor 0.50 0.50 0.50 0.00
  111. borderstyle "NONE"
  112. itemstat 1 // equipped weapon
  113. textalign right
  114. font facfont-20
  115. outlinedtext 1
  116. }
  117.  
  118.  
  119. end.
  120.